翻訳と辞書
Words near each other
・ Snakey Wake
・ Snaking
・ Snakk Media
・ Snakkerburen
・ Snakland
・ Snakov
・ Snaky Canyon Formation
・ Snallygaster
・ Snam
・ Snana Yatra
・ Snap
・ Snap (computer graphics)
・ Snap (dance move)
・ Snap (gridiron football)
・ Snap (horse)
Snap (web framework)
・ Snap Attack
・ Snap cap
・ Snap case
・ Snap change
・ Snap Circuits
・ Snap election
・ Snap fastener
・ Snap Fitness
・ Snap freezing
・ Snap gage
・ Snap gun
・ SNAP Interactive
・ Snap It Up! Monster Hits 2
・ Snap Judgment


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Snap (web framework) : ウィキペディア英語版
Snap (web framework)

Snap is a simple web development framework written in the Haskell programming language. It is used by Silk, JanRain, Racemetric, (www.lpaste.net ), SooStone Inc, and Group Commerce. Snap is also used as a lightweight, standalone Haskell server. The popular static site generator (Hakyll ) uses Snap for its preview mode.
== Overview ==

The Snap framework comprises:
* snap-core,〔(【引用サイトリンク】title=snap-core )〕 a generic Haskell web server API.
* snap-server,〔(【引用サイトリンク】title=snap-server )〕 a fast HTTP server that implements the snap-core interface.
* (Heist ), an HTML-based templating system for generating pages that allows you to bind Haskell functionality to HTML tags for a clean separation of view and backend code, much like Lift's snippets. Heist is completely self-contained and can be used independently.
* (Snaplets ), a high-level system for building modular web applications.
* Built-in snaplets for templating, session management, and authentication.
* Third party snaplets for features such as file uploads, database connectivity (PostgreSQL, MongoDB, etc.), generation of JavaScript from Haskell code, and more.
* The (Snap ) monad for stateful access to HTTP requests and responses.
Snap runs on both Windows and
*nix platforms. Snap uses the (Iteratee ) I/O model,〔(【引用サイトリンク】title=InfoQ Interview: Gregory Collins on High Performance Web Apps with Snap and Haskell )〕 As of version 1.0, its i/o is implemented with (io-streams ).

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Snap (web framework)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.